GET api/v{version}/events/id?eventIds[0]={eventIds[0]}&eventIds[1]={eventIds[1]}&calendar={calendar}

Request one or more events by EventId.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eventIds

Collection of EventIds.

Collection of integer

Required

calendar

Webtools ID of calendar to query.

BeckmanCalendars

Default value is BeckmanInstitute

version

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of EventDto objects.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.